Platform Explorer / Nuxeo Platform 2023.10

Extension point quotaStatsUpdaters

Documentation

Extension point to register QuotaStatsUpdaters that will be used by the service to update the statistics.

@since 5.5

Contribution Descriptors

  • Class: org.nuxeo.ecm.quota.QuotaStatsUpdaterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-quota-2023.10.13.jar /OSGI-INF/quotastats-contrib.xml
    <extension point="quotaStatsUpdaters" target="org.nuxeo.ecm.quota.QuotaStatsService">
    
        <quotaStatsUpdater class="org.nuxeo.ecm.quota.count.DocumentsCountUpdater" descriptionLabel="label.quota.documentsCountUpdater.description" label="label.quota.documentsCountUpdater" name="documentsCountUpdater"/>
    
        <quotaStatsUpdater class="org.nuxeo.ecm.quota.size.DocumentsSizeUpdater" descriptionLabel="label.quota.documentsCountAndSizeUpdater.description" label="label.quota.documentsCountSizeUpdater" name="documentsSizeUpdater"/>
    
      </extension>